Skip to content

Refactor/html 2 react - #6

Merged
smarcet merged 22 commits into
mainfrom
refactor/html-2-react
Jun 16, 2022
Merged

Refactor/html 2 react#6
smarcet merged 22 commits into
mainfrom
refactor/html-2-react

Conversation

@romanetar

Copy link
Copy Markdown
Contributor

romanetar and others added 19 commits January 17, 2022 13:44
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
added env variable MAIL_SEND_WELCOME_EMAIL=1|0

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Idbb5a3b054d8525520024c6082c64c40f0f5da70
added new variable DEFAULT_PROFILE_IMAGE

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Idee436af38fcf272e90daf9ddf6c9bcb20b31322
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I510e355eda10aa75843e5d1d6b1fb1128d85dc7e
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ib3b82b32374a70604943b63b2c1c198c4a0a24e1
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I176d6bf9cb8bd8b3f8f663183e062b63378aa532
removed 403 if current user is not present

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I7c7c045f0f92d9fa90aa05b5cdf7b7b82cd461af
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I5bca66f3acd3ba74acd0865301c4f55635b71cf2
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I08c03df0e9e0227b4d345bf6c15498076ccbcdb8
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ic45e2aca15994d0479b5ba7766f8842b249fdf97
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ibaa3b125ddd19e6e735e683f5ba98477b4eefa98
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I9e8fed69788b93c6e1a782e7220837e137a7706f
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Id521ad666c5d86c966ef8e779bf0c7c8ca8da9bf
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ibe65c64b554da0d6e3ceb85d2576aebbfe2c509a
@smarcet
smarcet self-requested a review April 21, 2022 03:51

@smarcet smarcet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

smarcet added 3 commits April 20, 2022 23:01
redirect to /auth/login

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Iff4189f936966a95e95a94dffb6cc731fd1a545c
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I8ef980ff75c81edc96123d0676410de028afba87
Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I5c1cc549cb7f1ed9472f1d9efde5e71f073a998e
@smarcet
smarcet force-pushed the refactor/html-2-react branch from 2cc7b7e to 6a023a7 Compare May 11, 2022 18:31
@smarcet
smarcet force-pushed the main branch 2 times, most recently from 65b3c0f to d6d28ad Compare June 15, 2022 20:28
@smarcet
smarcet merged commit e1475c6 into main Jun 16, 2022
smarcet added a commit that referenced this pull request Jun 16, 2022
* home page refactor

Signed-off-by: romanetar <roman_ag@hotmail.com>

* signup page refactor

Signed-off-by: romanetar <roman_ag@hotmail.com>

* auth flow pages refactor

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Allow to configure Welcome User email sending

added env variable MAIL_SEND_WELCOME_EMAIL=1|0

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Idbb5a3b054d8525520024c6082c64c40f0f5da70

* Updated default profile PIC for user

added new variable DEFAULT_PROFILE_IMAGE

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Idee436af38fcf272e90daf9ddf6c9bcb20b31322

* Added alt attribute to header image

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I510e355eda10aa75843e5d1d6b1fb1128d85dc7e

* Added social login process custom error

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ib3b82b32374a70604943b63b2c1c198c4a0a24e1

* Fixed get ip address method

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I176d6bf9cb8bd8b3f8f663183e062b63378aa532

* User update by id

removed 403 if current user is not present

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I7c7c045f0f92d9fa90aa05b5cdf7b7b82cd461af

* Fixed login hint config rendering

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I5bca66f3acd3ba74acd0865301c4f55635b71cf2

* Added log info

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I08c03df0e9e0227b4d345bf6c15498076ccbcdb8

* Fixed missing sprintf

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ic45e2aca15994d0479b5ba7766f8842b249fdf97

* Fix prompt logic

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ibaa3b125ddd19e6e735e683f5ba98477b4eefa98

* Improved invalid offline access invalid error feedback

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I9e8fed69788b93c6e1a782e7220837e137a7706f

* Added log info

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Id521ad666c5d86c966ef8e779bf0c7c8ca8da9bf

* change template format and text (#4)

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Sign in flow UI refactor (#7)

Signed-off-by: romanetar <roman_ag@hotmail.com>

* Markup and css tweaks

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Ibe65c64b554da0d6e3ceb85d2576aebbfe2c509a

* Fix on image logo link

redirect to /auth/login

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: Iff4189f936966a95e95a94dffb6cc731fd1a545c

* Added missing variable

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I8ef980ff75c81edc96123d0676410de028afba87

* Fix on code of conduct alignment

Signed-off-by: smarcet@gmail.com <smarcet@gmail.com>
Change-Id: I5c1cc549cb7f1ed9472f1d9efde5e71f073a998e

Co-authored-by: smarcet@gmail.com <smarcet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants